.photogallery{/*CSS for TABLE containing a photo album*/
}

.photogallery img{width:200px; height:200px; /*CSS for images within an album*/
border: 1px solid white;padding:5px;
}

.photonavlinks{ /*CSS for pagination DIV*/
font: bold 14px Arial;
color:green;text-align:center;margin:20px 15px 15px 15px;
}

.photonavlinks a{ /*CSS for each navigational link*/
margin-right: 2px;
margin-bottom: 50px;
padding: 2px 2px;
border:1px solid gray;
text-decoration: none;
background-color: white;
}

.photonavlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}


